//==============================================================================
// Oak tree_anim.txt
//==============================================================================

//==============================================================================
define leaf
{
   set hotspot
   {
      version
      {
			Visualparticle World G Oaktree death
      }
   }  
}

//==============================================================================
define woodsplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a hatchet spark
      }
   }
}

//==============================================================================
define Stump
{
   set hotspot
   {
      version
      {
//         Visual World G Oak Stump
      }
   }  
}

//==============================================================================
define Roots
{
   set hotspot
   {
      version
      {
//         Visual World A Tree Root
      }
   }  
}


//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World A Willow A
                        length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Willow B
                        length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Willow C
                        length 20.0
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World A Willow A_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Willow B_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World A Willow C_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
         }
      }
   }
}